n15=1:ON TEXT:!snickers:#:/msg $chan 9,1 $me gives $nick a Snickers.
n16=1:ON TEXT:!skittles:#:/msg $chan 4,1 $me gives $nick a bag of skittles. "Taste the Rainbow"
n17=1:ON TEXT:!lemonade:#:/msg $chan 8,1 $me gives $nick a ice cold glass of lemonade.
n18=1:ON TEXT:!6pack:#:/msg $chan 12,1 $me gives $nick an ice cold six pack of Bud!
n19=#bar end
n20=~~~~~~~~~~OP BEGGING KICK~~~~~~~~~~
n21=#opbegging disabled
n22=1:ON TEXT:op me*:*:/kick $chan $nick If you want ops then start your own channel! 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\
n23=1:ON TEXT:opme*:*:/kick $chan $nick If you want ops then start your own channel! 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\
n24=1:ON TEXT:o p m e*:*:/kick $chan $nick If you want ops then start your own channel! 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\
n25=1:ON TEXT:can i have ops*:*:/kick $chan $nick If you want ops then start your own channel! 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\
n26=1:ON TEXT:o.p m.e*:*:/kick $chan $nick If you want ops then start your own channel! 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\
n27=1:ON TEXT:+o me*:*:/kick $chan $nick If you want ops then start your own channel! 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\
n28=1:ON TEXT:op me!*:*:/kick $chan $nick If you want ops then start your own channel! 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\
n29=#opbegging end
n30=~~~~~~~~~~MUSIC PLAYER/SENDER~~~~~~~~~~
n31=#music start
n32=1:ON TEXT:!Get*:#:/dcc send $nick %wavedir $+ / $+ $parm2 | /notice $nick I am now sending you $parm2 . Hope you enjoy it! 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\
n46= if ($nick isin %rusplay) /set %rusplay $newnick
n47= if ($nick isin %rusplay2) /set %rusplay2 $newnick
n48=}
n49=1:ON TEXT:!quit*:#: {
n50= if ($nick = %rusplay) { /msg $chan 4HAHA %rusplay $+ ,12chicken why could'nt you go all the way?? | /msg $chan 12Looks like4 %rusplay2 Wins!!! | /goto end }
n51= if ($nick = %rusplay2) { /msg $chan HAHA %rusplay2 $+ ,chicken why could'nt you go all the way?? | /msg $chan 12Looks like4 %rusplay Wins!!! | /goto end }
n52= unset %landon
n53= unset %chanber
n54= unset %rusplay
n55= unset %rusplay2
n56= disable #trigger
n57=}
n58=1:ON TEXT:!russian*:#: {
n59= if (%rusplay = $null) goto start
n60= if (%rusplay2 = $null) goto start2
n61= if ($nick = %rusplay) { /notice $nick Your already playing! | /halt }
n62= if ($nick = %rusplay2) { /notice $nick Your already playing! | /halt }
n63= if (($nick !isin %rusplay) && ($nick !isin %rusplay2)) { /notice $nick Try again later (its busy) | /halt }
n64= :start
n65= set %rusplay $nick
n66= set %chanber $rand(1,8)
n67= msg $chan 12Russian Roulette has started player one is4 $nick
n68= msg $chan 2We need another player!!!! 4type !russian
n69= halt
n70= :start2
n71= set %rusplay2 $nick
n72= msg $chan 12We have our players!! they are4 %rusplay 12and4 %rusplay2
n73= msg $chan 12okay %rusplay you go first type 4!trigger 12to continue and 4!quit 12to quit
n74= set %player 1
n75= enable #trigger
n76= halt
n77=}
n78=#russian end
n79=#trigger start
n80=1:ON TEXT:!trigger*:#: {
n81= if (($nick !isin %rusplay) && ($nick !isin %rusplay2)) { /notice $nick Try again later (its busy) | /halt }
n82= if (%player = 2) {
n83= if ($nick = %rusplay2) {
n84= inc %landon
n85= if (%landon = %chanber) /goto pow
n86= goto else
n87= }
n88= /notice $nick its not your turn!!! | /halt
n89= }
n90= if (%player = 1) {
n91= if ($nick = %rusplay) {
n92= inc %landon
n93= if (%landon = %chanber) /goto pow
n94= goto else
n95= }
n96= /notice $nick its not your turn!!! | /halt
n97= }
n98= :else
n99= if ((%player = 1) && ($nick = %rusplay)) { /msg $chan 4CLICK....2well $nick You made it!!! | /msg $chan 12Its your turn4 %rusplay2 | /set %player 2 | /halt }
n100= if ((%player = 2) && ($nick = %rusplay2)) { /msg $chan 4CLICK....2well $nick You made it!!! | /msg $chan 12Its your turn4 %rusplay | /set %player 1 | /halt }
n101= :pow
n102= if ((%player = 1) && ($nick = %rusplay)) { /msg $chan 4POW!!!!..2well $nick YOUR DEAD | /msg $chan 4Looks Like12 %rusplay2 WINS!!! | /kick $chan $nick ><POW!! your DEAD>< 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\ | /goto end }
n103= if ((%player = 2) && ($nick = %rusplay2)) { /msg $chan 4POW!!!!..2well $nick YOUR DEAD | /msg $chan 4Looks Like12 %rusplay WINS!!! | /kick $chan $nick ><POW!! your DEAD>< 12,1/{}\4,1╨δvΓºtΓtφ°±12,1/{}\ | /goto end }